Html Css Color HEX #6BDFE4 Turquoise Blue

📋 copy color: '#6BDFE4'

red 107 ◦ green 223 ◦ blue 228

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

Shades of Turquoise Blue #6BDFE4

Tints of Turquoise Blue #6BDFE4

RGB

 RED value IS 107 (42.19% from 255) = 19.18%

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

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

R = 19.18%
G = 39.96%
B = 40.86%

CMYK

 C value IS 0.53

 M value IS 0.02

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#6BDFE4 (or 0x6BDFE4) is known color: Turquoise Blue. HEX triplet: 6B, DF and E4. RGB value is (107,223,228). Sum of RGB (Red+Green+Blue) = 107+223+228=558 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.18% from 558); Green value is 223 (87.5% from 255 or 39.96% from 558); Blue value is 228 (89.45% from 255 or 40.86% from 558); Max value from RGB is 228 - color contains mainly: blue. Hex color #6BDFE4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDFE4 is #94201B. Grayscale: #BCBCBC. Windows color (decimal): -9707548 or 14999403. OLE color: 14999403.

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

Color convert

RGB 107 223 228 -
CMYK 0.53 0.02 0 0.11
HSL 182.48º 0.69% 0.66% -
HSV(B) 182.48º 0.53% 0.89% -
XYZ 46.45 61.5 82.82 -
YUV 188.89 150.07 69.59 -
System Red Green Blue C M Y K H S L
Decimal 107 223 228 0.53 0.02 0 0.11 182.48 0.69 0.66
Hex 6B DF E4 35 2 0 B B6 45 42
Octal 153 337 344 65 2 0 13 266 105 102
Binary 1101011 11011111 11100100 110101 10 0 1011 10110110 1000101 1000010

Color Harmonies of #6BDFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDFE4

Black with #6BDFE4

Text Example


Text Example

White with #6BDFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,223,228); }

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

background-color css

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

 a { background-color: rgb(107,223,228); }

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

border-color css

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

 span { border-color: rgb(107,223,228); }

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