Html Css Color HEX #6BCFEF Turquoise Blue

📋 copy color: '#6BCFEF'

red 107 ◦ green 207 ◦ blue 239

#6BCFEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #6BCFEF

Tints of Turquoise Blue #6BCFEF

RGB

 RED value IS 107 (42.19% from 255) = 19.35%

 GREEN value IS 207 (81.25% from 255) = 37.43%

 BLUE value IS 239 (93.75% from 255) = 43.22%

R = 19.35%
G = 37.43%
B = 43.22%

CMYK

 C value IS 0.55

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6BCFEF (or 0x6BCFEF) is known color: Turquoise Blue. HEX triplet: 6B, CF and EF. RGB value is (107,207,239). Sum of RGB (Red+Green+Blue) = 107+207+239=553 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.35% from 553); Green value is 207 (81.25% from 255 or 37.43% from 553); Blue value is 239 (93.75% from 255 or 43.22% from 553); Max value from RGB is 239 - color contains mainly: blue. Hex color #6BCFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BCFEF is #943010. Grayscale: #B4B4B4. Windows color (decimal): -9711633 or 15716203. OLE color: 15716203.

HSL color Cylindrical-coordinate representation of color #6BCFEF: hue angle of 194.55º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BCFEF is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 107 207 239 -
CMYK 0.55 0.13 0 0.06
HSL 194.55º 0.8% 0.68% -
HSV(B) 194.55º 0.55% 0.94% -
XYZ 43.96 53.98 89.76 -
YUV 180.75 160.87 75.4 -
System Red Green Blue C M Y K H S L
Decimal 107 207 239 0.55 0.13 0 0.06 194.55 0.8 0.68
Hex 6B CF EF 37 D 0 6 C3 50 44
Octal 153 317 357 67 15 0 6 303 120 104
Binary 1101011 11001111 11101111 110111 1101 0 110 11000011 1010000 1000100

Color Harmonies of #6BCFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCFEF

Black with #6BCFEF

Text Example


Text Example

White with #6BCFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6BCFEF; }

 p { color: rgb(107,207,239); }

 H1.HeaderClassName
 {
   color: #6BCFEF;
 }
 .AnyTagClassName
 {
   color: #6BCFEF;
 }
</style>

background-color css

<style>
 a { background-color: #6BCFEF; }

 a { background-color: rgb(107,207,239); }

 div.DivClassName
 {
   background-color: #6BCFEF;
 }
 .BgClassName
 {
   background-color: #6BCFEF;
 }
</style>

border-color css

<style>
 span { border-color: #6BCFEF; }

 span { border-color: rgb(107,207,239); }

 td.TdClassName
 {
   border-color: #6BCFEF;
 }
 .TagClassName
 {
   border-color: #6BCFEF;
 }
</style>