Html Css Color HEX #6CCFEB Turquoise Blue

📋 copy color: '#6CCFEB'

red 108 ◦ green 207 ◦ blue 235

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

Shades of Turquoise Blue #6CCFEB

Tints of Turquoise Blue #6CCFEB

RGB

 RED value IS 108 (42.58% from 255) = 19.64%

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

 BLUE value IS 235 (92.19% from 255) = 42.73%

R = 19.64%
G = 37.64%
B = 42.73%

CMYK

 C value IS 0.54

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6CCFEB (or 0x6CCFEB) is known color: Turquoise Blue. HEX triplet: 6C, CF and EB. RGB value is (108,207,235). Sum of RGB (Red+Green+Blue) = 108+207+235=550 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.64% from 550); Green value is 207 (81.25% from 255 or 37.64% from 550); Blue value is 235 (92.19% from 255 or 42.73% from 550); Max value from RGB is 235 - color contains mainly: blue. Hex color #6CCFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CCFEB is #933014. Grayscale: #B4B4B4. Windows color (decimal): -9646101 or 15454060. OLE color: 15454060.

HSL color Cylindrical-coordinate representation of color #6CCFEB: hue angle of 193.23º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CCFEB is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 108 207 235 -
CMYK 0.54 0.12 0 0.08
HSL 193.23º 0.76% 0.67% -
HSV(B) 193.23º 0.54% 0.92% -
XYZ 43.49 53.81 86.69 -
YUV 180.59 158.7 76.22 -
System Red Green Blue C M Y K H S L
Decimal 108 207 235 0.54 0.12 0 0.08 193.23 0.76 0.67
Hex 6C CF EB 36 C 0 8 C1 4C 43
Octal 154 317 353 66 14 0 10 301 114 103
Binary 1101100 11001111 11101011 110110 1100 0 1000 11000001 1001100 1000011

Color Harmonies of #6CCFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCFEB

Black with #6CCFEB

Text Example


Text Example

White with #6CCFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,207,235); }

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

background-color css

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

 a { background-color: rgb(108,207,235); }

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

border-color css

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

 span { border-color: rgb(108,207,235); }

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