Html Css Color HEX #6CDBFE Turquoise Blue

📋 copy color: '#6CDBFE'

red 108 ◦ green 219 ◦ blue 254

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

Shades of Turquoise Blue #6CDBFE

Tints of Turquoise Blue #6CDBFE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.69%

 BLUE value IS 254 (99.61% from 255) = 43.72%

R = 18.59%
G = 37.69%
B = 43.72%

CMYK

 C value IS 0.57

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6CDBFE (or 0x6CDBFE) is known color: Turquoise Blue. HEX triplet: 6C, DB and FE. RGB value is (108,219,254). Sum of RGB (Red+Green+Blue) = 108+219+254=581 (76% of max value = 765). Red value is 108 (42.58% from 255 or 18.59% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #6CDBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CDBFE is #932401. Grayscale: #BDBDBD. Windows color (decimal): -9643010 or 16702316. OLE color: 16702316.

HSL color Cylindrical-coordinate representation of color #6CDBFE: hue angle of 194.38º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CDBFE is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 108 219 254 -
CMYK 0.57 0.14 0 0.00
HSL 194.38º 0.99% 0.71% -
HSV(B) 194.38º 0.57% 1% -
XYZ 49.41 61.01 102.94 -
YUV 189.8 164.23 69.65 -
System Red Green Blue C M Y K H S L
Decimal 108 219 254 0.57 0.14 0 0.00 194.38 0.99 0.71
Hex 6C DB FE 39 E 0 0 C2 63 47
Octal 154 333 376 71 16 0 0 302 143 107
Binary 1101100 11011011 11111110 111001 1110 0 0 11000010 1100011 1000111

Color Harmonies of #6CDBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDBFE

Black with #6CDBFE

Text Example


Text Example

White with #6CDBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,219,254); }

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

background-color css

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

 a { background-color: rgb(108,219,254); }

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

border-color css

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

 span { border-color: rgb(108,219,254); }

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