Html Css Color HEX #6FDFE5 Turquoise Blue

📋 copy color: '#6FDFE5'

red 111 ◦ green 223 ◦ blue 229

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

Shades of Turquoise Blue #6FDFE5

Tints of Turquoise Blue #6FDFE5

RGB

 RED value IS 111 (43.75% from 255) = 19.72%

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

 BLUE value IS 229 (89.84% from 255) = 40.67%

R = 19.72%
G = 39.61%
B = 40.67%

CMYK

 C value IS 0.52

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6FDFE5 (or 0x6FDFE5) is known color: Turquoise Blue. HEX triplet: 6F, DF and E5. RGB value is (111,223,229). Sum of RGB (Red+Green+Blue) = 111+223+229=563 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.72% from 563); Green value is 223 (87.5% from 255 or 39.61% from 563); Blue value is 229 (89.84% from 255 or 40.67% from 563); Max value from RGB is 229 - color contains mainly: blue. Hex color #6FDFE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDFE5 is #90201A. Grayscale: #BEBEBE. Windows color (decimal): -9445403 or 15064943. OLE color: 15064943.

HSL color Cylindrical-coordinate representation of color #6FDFE5: hue angle of 183.05º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FDFE5 is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 111 223 229 -
CMYK 0.52 0.03 0 0.10
HSL 183.05º 0.69% 0.67% -
HSV(B) 183.05º 0.52% 0.9% -
XYZ 47.09 61.81 83.58 -
YUV 190.2 149.89 71.51 -
System Red Green Blue C M Y K H S L
Decimal 111 223 229 0.52 0.03 0 0.10 183.05 0.69 0.67
Hex 6F DF E5 34 3 0 A B7 45 43
Octal 157 337 345 64 3 0 12 267 105 103
Binary 1101111 11011111 11100101 110100 11 0 1010 10110111 1000101 1000011

Color Harmonies of #6FDFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDFE5

Black with #6FDFE5

Text Example


Text Example

White with #6FDFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,223,229); }

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

background-color css

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

 a { background-color: rgb(111,223,229); }

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

border-color css

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

 span { border-color: rgb(111,223,229); }

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