Html Css Color HEX #6DCBE4 Turquoise Blue

📋 copy color: '#6DCBE4'

red 109 ◦ green 203 ◦ blue 228

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

Shades of Turquoise Blue #6DCBE4

Tints of Turquoise Blue #6DCBE4

RGB

 RED value IS 109 (42.97% from 255) = 20.19%

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

 BLUE value IS 228 (89.45% from 255) = 42.22%

R = 20.19%
G = 37.59%
B = 42.22%

CMYK

 C value IS 0.52

 M value IS 0.11

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#6DCBE4 (or 0x6DCBE4) is known color: Turquoise Blue. HEX triplet: 6D, CB and E4. RGB value is (109,203,228). Sum of RGB (Red+Green+Blue) = 109+203+228=540 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.19% from 540); Green value is 203 (79.69% from 255 or 37.59% from 540); Blue value is 228 (89.45% from 255 or 42.22% from 540); Max value from RGB is 228 - color contains mainly: blue. Hex color #6DCBE4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCBE4 is #92341B. Grayscale: #B1B1B1. Windows color (decimal): -9581596 or 14994285. OLE color: 14994285.

HSL color Cylindrical-coordinate representation of color #6DCBE4: hue angle of 192.61º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DCBE4 is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 109 203 228 -
CMYK 0.52 0.11 0 0.11
HSL 192.61º 0.69% 0.66% -
HSV(B) 192.61º 0.52% 0.89% -
XYZ 41.67 51.56 81.16 -
YUV 177.74 156.36 78.97 -
System Red Green Blue C M Y K H S L
Decimal 109 203 228 0.52 0.11 0 0.11 192.61 0.69 0.66
Hex 6D CB E4 34 B 0 B C1 45 42
Octal 155 313 344 64 13 0 13 301 105 102
Binary 1101101 11001011 11100100 110100 1011 0 1011 11000001 1000101 1000010

Color Harmonies of #6DCBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCBE4

Black with #6DCBE4

Text Example


Text Example

White with #6DCBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,203,228); }

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

background-color css

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

 a { background-color: rgb(109,203,228); }

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

border-color css

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

 span { border-color: rgb(109,203,228); }

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