Html Css Color HEX #6BCFEC Turquoise Blue

📋 copy color: '#6BCFEC'

red 107 ◦ green 207 ◦ blue 236

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

Shades of Turquoise Blue #6BCFEC

Tints of Turquoise Blue #6BCFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.91%

R = 19.45%
G = 37.64%
B = 42.91%

CMYK

 C value IS 0.55

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6BCFEC (or 0x6BCFEC) is known color: Turquoise Blue. HEX triplet: 6B, CF and EC. RGB value is (107,207,236). Sum of RGB (Red+Green+Blue) = 107+207+236=550 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.45% from 550); Green value is 207 (81.25% from 255 or 37.64% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 236 - color contains mainly: blue. Hex color #6BCFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BCFEC is #943013. Grayscale: #B4B4B4. Windows color (decimal): -9711636 or 15519595. OLE color: 15519595.

HSL color Cylindrical-coordinate representation of color #6BCFEC: hue angle of 193.49º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BCFEC is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 107 207 236 -
CMYK 0.55 0.12 0 0.07
HSL 193.49º 0.77% 0.67% -
HSV(B) 193.49º 0.55% 0.93% -
XYZ 43.52 53.81 87.45 -
YUV 180.41 159.37 75.64 -
System Red Green Blue C M Y K H S L
Decimal 107 207 236 0.55 0.12 0 0.07 193.49 0.77 0.67
Hex 6B CF EC 37 C 0 7 C1 4D 43
Octal 153 317 354 67 14 0 7 301 115 103
Binary 1101011 11001111 11101100 110111 1100 0 111 11000001 1001101 1000011

Color Harmonies of #6BCFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCFEC

Black with #6BCFEC

Text Example


Text Example

White with #6BCFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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