Html Css Color HEX #6CCBEB Turquoise Blue

📋 copy color: '#6CCBEB'

red 108 ◦ green 203 ◦ blue 235

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

Shades of Turquoise Blue #6CCBEB

Tints of Turquoise Blue #6CCBEB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.18%

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

R = 19.78%
G = 37.18%
B = 43.04%

CMYK

 C value IS 0.54

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6CCBEB (or 0x6CCBEB) is known color: Turquoise Blue. HEX triplet: 6C, CB and EB. RGB value is (108,203,235). Sum of RGB (Red+Green+Blue) = 108+203+235=546 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.78% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 235 (92.19% from 255 or 43.04% from 546); Max value from RGB is 235 - color contains mainly: blue. Hex color #6CCBEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CCBEB is #933414. Grayscale: #B2B2B2. Windows color (decimal): -9647125 or 15453036. OLE color: 15453036.

HSL color Cylindrical-coordinate representation of color #6CCBEB: hue angle of 195.12º 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 #6CCBEB is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 108 203 235 -
CMYK 0.54 0.14 0 0.08
HSL 195.12º 0.76% 0.67% -
HSV(B) 195.12º 0.54% 0.92% -
XYZ 42.54 51.9 86.37 -
YUV 178.24 160.03 77.9 -
System Red Green Blue C M Y K H S L
Decimal 108 203 235 0.54 0.14 0 0.08 195.12 0.76 0.67
Hex 6C CB EB 36 E 0 8 C3 4C 43
Octal 154 313 353 66 16 0 10 303 114 103
Binary 1101100 11001011 11101011 110110 1110 0 1000 11000011 1001100 1000011

Color Harmonies of #6CCBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCBEB

Black with #6CCBEB

Text Example


Text Example

White with #6CCBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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