Html Css Color HEX #6CDFF0 Turquoise Blue

📋 copy color: '#6CDFF0'

red 108 ◦ green 223 ◦ blue 240

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

Shades of Turquoise Blue #6CDFF0

Tints of Turquoise Blue #6CDFF0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.05%

 BLUE value IS 240 (94.14% from 255) = 42.03%

R = 18.91%
G = 39.05%
B = 42.03%

CMYK

 C value IS 0.55

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6CDFF0 (or 0x6CDFF0) is known color: Turquoise Blue. HEX triplet: 6C, DF and F0. RGB value is (108,223,240). Sum of RGB (Red+Green+Blue) = 108+223+240=571 (75% of max value = 765). Red value is 108 (42.58% from 255 or 18.91% from 571); Green value is 223 (87.5% from 255 or 39.05% from 571); Blue value is 240 (94.14% from 255 or 42.03% from 571); Max value from RGB is 240 - color contains mainly: blue. Hex color #6CDFF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CDFF0 is #93200F. Grayscale: #BEBEBE. Windows color (decimal): -9642000 or 15785836. OLE color: 15785836.

HSL color Cylindrical-coordinate representation of color #6CDFF0: hue angle of 187.73º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CDFF0 is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 108 223 240 -
CMYK 0.55 0.07 0 0.06
HSL 187.73º 0.81% 0.68% -
HSV(B) 187.73º 0.55% 0.94% -
XYZ 48.3 62.25 91.91 -
YUV 190.55 155.9 69.12 -
System Red Green Blue C M Y K H S L
Decimal 108 223 240 0.55 0.07 0 0.06 187.73 0.81 0.68
Hex 6C DF F0 37 7 0 6 BC 51 44
Octal 154 337 360 67 7 0 6 274 121 104
Binary 1101100 11011111 11110000 110111 111 0 110 10111100 1010001 1000100

Color Harmonies of #6CDFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDFF0

Black with #6CDFF0

Text Example


Text Example

White with #6CDFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,223,240); }

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

background-color css

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

 a { background-color: rgb(108,223,240); }

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

border-color css

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

 span { border-color: rgb(108,223,240); }

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