Html Css Color HEX #38FCDF Turquoise

📋 copy color: '#38FCDF'

red 56 ◦ green 252 ◦ blue 223

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

Shades of Turquoise #38FCDF

Tints of Turquoise #38FCDF

RGB

 RED value IS 56 (22.27% from 255) = 10.55%

 GREEN value IS 252 (98.83% from 255) = 47.46%

 BLUE value IS 223 (87.5% from 255) = 42%

R = 10.55%
G = 47.46%
B = 42%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#38FCDF (or 0x38FCDF) is known color: Turquoise. HEX triplet: 38, FC and DF. RGB value is (56,252,223). Sum of RGB (Red+Green+Blue) = 56+252+223=531 (70% of max value = 765). Red value is 56 (22.27% from 255 or 10.55% from 531); Green value is 252 (98.83% from 255 or 47.46% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 252 - color contains mainly: green. Hex color #38FCDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38FCDF is #C70320. Grayscale: #BEBEBE. Windows color (decimal): -13042465 or 14679096. OLE color: 14679096.

HSL color Cylindrical-coordinate representation of color #38FCDF: hue angle of 171.12º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FCDF is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 56 252 223 -
CMYK 0.78 0 0.12 0.01
HSL 171.12º 0.97% 0.6% -
HSV(B) 171.12º 0.78% 0.99% -
XYZ 49.76 75.79 81.82 -
YUV 190.09 146.57 32.36 -
System Red Green Blue C M Y K H S L
Decimal 56 252 223 0.78 0 0.12 0.01 171.12 0.97 0.6
Hex 38 FC DF 4E 0 C 1 AB 61 3C
Octal 70 374 337 116 0 14 1 253 141 74
Binary 111000 11111100 11011111 1001110 0 1100 1 10101011 1100001 111100

Color Harmonies of #38FCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38FCDF

Black with #38FCDF

Text Example


Text Example

White with #38FCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38FCDF; }

 p { color: rgb(56,252,223); }

 H1.HeaderClassName
 {
   color: #38FCDF;
 }
 .AnyTagClassName
 {
   color: #38FCDF;
 }
</style>

background-color css

<style>
 a { background-color: #38FCDF; }

 a { background-color: rgb(56,252,223); }

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

border-color css

<style>
 span { border-color: #38FCDF; }

 span { border-color: rgb(56,252,223); }

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